/*
Theme Name: Devenir En Gris
Theme URI: http://www.eretzvaju.org/download/devenir_en_gris
Description: A grey based three columns theme with a touch of colour here and there.
Author: Frederic de Villamil aka neuro
Author URI: http://www.eretzvaju.org
Version: 1.5.20050308
.
Changelog:
2005/03/08:	added support for wp_list_pages()
		corrected a bug in date display
		corrected a validation bug
2005/02/27: 	the theme is valid again. The comment form was redesigned. Some errors due to changes in wordpress post theme design were corrected too.
*/

/* -------------------- Body and Page Layout ----------------------- */

body {
       background: url("background.png");
       font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
       font-size: 14px;
       margin: 0;
       padding: 0;
       text-align: center; /* IE 5.5 hack */
       }

#rap {
       width: 797px;
       background: #ffffff url('left.png') repeat-y left;
       margin: 0 auto;
       text-align: left;  /* IE 5.5 hack part II */
       }

#container {
             background: transparent url('right.png') repeat-y right;
             }

#masthead {
            font-family: Georgia, 'Times New Roman', serif;
            color: #CCCCCC;
            text-align: left;
            padding: 15px 15px 15px 2px;
            border-bottom: 1px solid #666666;
            background: url("background.png");
            }

h1.masthead {
               font-size: xx-large;
               font-weight: bold;
               text-transform: capitalize;
               padding: 0;
               margin: 0;
               }

h2.masthead {
	color: #CCCCCC;
	border: 0px;
               font-size: small;
               padding: 0 0 0 5px;
               margin: 0;
               }

#masthead a {
              color: #CCCCCC;
              text-decoration: none;
              }

#main {
        float: left;
        width: 615px;
        height: 100%;
        }


#content {
           float: right;
           width: 435px;
           overflow: hidden;
           }

#menu {
        float: left;
        width: 165px;
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 10px;
        }

#menu a {
          text-decoration: underline;
          color: #999;
          }

#rmenu {
         float: right;
         width: 165px;
         padding-left: 10px;
         padding-right: 5px;
         padding-top: 10px;
}


.clearer {
           clear: both;
           height: 0;
           margin: 0;
           padding: 0;
           }


#footer {
          margin-bottom: 0;
}


/* --------------------- WordPress Stuff ----------------------- */


a {
	color: #333;
}

a img {
	border: #ccc 1px solid;
	padding: 4px;
}

a:visited {
	color: #ccc;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 3px solid #ccc;
	margin-left: 15px;
	padding-left: 5px;
}



cite {
	font-size: 90%;
	font-style: normal;
}


h2 {
     color: #666;
     font-family: Georgia, 'Times New Roman', serif;
     font-size: medium;
     border-bottom: 1px solid #333;
     text-align: left;
     font-weight: bold;
     margin-bottom: 10px;
     margin-left: 10px;
     padding: 3px;
     letter-spacing: .1em;
     }

h3 {
     color: #000000;
     font-family: Georgia, 'Times New Roman', serif;
     font-size: medium;
     text-align: left;
     font-weight: bold;
     margin-bottom: 10px;
     text-transform: capitalize;
     }

h3 a,
h3 a:hover,
h3 a:visited {
               color: #808080;
               }

ol#comments li p {
	font-size: 100%;
}


/* ------------------ Classes used by the_meta() --------------*/


ul.post-meta {
               list-style: none;
               }

ul.post-meta span.post-meta-key {
	font-weight: bold;
}


#footer {
	background: url(bottom.png);
	border-bottom: double 3px #999;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
 }

#footer a,
#footer a:visited {
                    color: #fff;
                    text-decoration: none;
                    }
#footer a:hover {
                  text-decoration: underline;
                  }

.feedback {
            font: normal x-small 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
            letter-spacing: -1px;
            color: #ccc;
            clear: both;
            font-size: .75em;
            padding: 5px 0 10px 0;

            }

.feedback a {
              color: #ccc;
              text-decoration: none;
 }
.meta {
	font-size: xx-small;
	color: #BC0808;
	margin: 0 0 0 0;

}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
                 text-transform: lowercase;
                 text-decoration: none;
}

.meta a {
	color: #ae0000;
	font-weight: normal;
	letter-spacing: 0;
                 text-decoration: none;
}



.metacomment {
               float: right;
               position: relative;
               top: -15px;
               display: inline;
               font: normal x-small 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
               letter-spacing: -1px;
               margin-right: 16px;
               }

.post {
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

h2.storytitle {
                font-family: 'Lucida Sans', sans-serif;
                margin-top: 10px;
                margin-bottom: 2px;
                text-transform: capitalize;
                width: 90%
                }
h2.storytitle a {
                  margin-left: 10px;
                  color: #ccc;
                  text-decoration: none;
                  font-weight: normal;
 }

.storycontent,
.storycontent p {
                  color: #333;
                  font: normal normal 12px 'Trebuchet MS', Verdana, sans-serif;
                  line-height: 130%;
                  text-align: justify;
                  margin-bottom: 10px;
                  text-align: justify;
                  }

.storycontent a {
                  color: #333;
                  border-bottom: #333 1px dotted;
                  text-decoration: none;
                  }

.storycontent a:hover,
.storycontent a:visited:hover {
                         border-bottom: 0px;
 }

.storycontent a:visited {
                          color: #ccc;
                          border-bottom: #ccc 1px dotted;
                          }


.storycontent ul {
                   padding: 0;
                   margin: 0;
                   }

.storycontent li {
                   list-style: none;
                   padding: 10px;
                   }

.storycontent li:before {
                          content: "\00BB \00A0 \00A0 ";
                          }
.storycontent img {
	      padding: 4px;
		border: #ccc 1px solid;
}


#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
                        background: #eee;
                        border: 1px solid #808080;
                        padding: .2em;
						margin-left: 10px;
                        }

#respond {
	margin-left: 10px;
}
#commentform textarea {
                        border: #808080 1px solid;
                        width: 80%;
                        }

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}



/* ----------------All menu styling except #menu itself (in layout above) --------- */


#menu form {
             margin: 3px 3px 3px 0;
             }

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu img {
            text-align: center;
            background-color: #ddd;
            border: 1px #999 solid;
            padding: 3px;
 }

#menu ul {
	color: #777;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#menu ul li {
             /* color: #666;   */
              color: #222281;
              font-family: Georgia, 'Times New Roman', serif;
              font-size: x-small;
              /*border-bottom: 1px solid #666666; */
              text-align: left;
              font-weight: bold;
              text-transform: uppercase;
              padding-top: 10px;
              letter-spacing: .3em;
              margin-top: 5px;
              padding-bottom: 5px;
              }

#menu ul ul {
              font-variant: normal;
              font-weight: normal;
              line-height: 100%;
              list-style-type: none;
              margin: 0;
              padding: 0;
              text-align: left;
              }

#menu ul ul li {
	border: 0;
	font: normal x-small 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li:before {
                        color: #ae0000;
      content: "\00BB \00A0 \00A0 ";
      }


#menu ul ul li a {
	color: #999;
	text-decoration: none;
              text-transform: lowercase;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#menu .menutitle {
                     border-bottom: 1px solid  #222281;
                     width: 90%;
                }


/* Right menu */

#rmenu form {
	margin: 3px 3px 3px 13px;
}

#rmenu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#rmenu img {
            text-align: center;
            background-color: #ddd;
            border: 1px #999 solid;
            padding: 3px;
 }


#rmenu ul {
	color: #777;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#rmenu ul li {
               color: #666666;
               font-family: Georgia, 'Times New Roman', serif;
               font-size: x-small;
               text-align: left;
               font-weight: bold;
               text-transform: uppercase;
               padding: 0;
               letter-spacing: .3em;
               padding-bottom: 5px;
               margin-top: 5px;
              }

#rmenu h2 {
               color: #666666;
               font-family: Georgia, 'Times New Roman', serif;
               font-size: x-small;
               padding-bottom: 2px;
			border: 0;
			margin-bottom: 2px;
			padding-top: 2px;
			margin-top: 2px;
}

#rmenu ul li a {
                 text-transform: lowercase;
                 color: #ccc;
                 text-decoration: none;
                 }

#rmenu ul ul {
              font-variant: normal;
              font-weight: normal;
              line-height: 100%;
              list-style-type: none;
              margin: 0;
              padding: 0;
              text-align: left;
              }

#rmenu ul ul li {
	border: 0;
	font: normal x-small 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
                  text-transform: lowercase;
}

#rmenu ul ul li:before {
                         content: "\00BB \00A0 \00A0 ";
                         color: #ae0000;
      }


#rmenu ul ul li a {
                    color: #ccc;
                    text-decoration: none;
                    text-transform: lowercase;
                    }

#rmenu ul ul li a:hover {
                          border-bottom: 1px solid #809080;
                          }

#rmenu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#rmenu .menutitle {
                    color: #222281;
                    border-bottom: 1px solid #222281;
                     width: 90%;
                }






/* ------------------------ WP Calendar styling ---------------------*/



#wp-calendar {
               line-height: 140%;
               color: #666666;
               font-family: Georgia, 'Times New Roman', serif;
               font-size: x-small;
               font-weight: bold;
               padding: 2px;
               text-align: center;
               width: 90%;
               }

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
                       color: #222281;

                       font-family: Georgia, 'Times New Roman', serif;
                       font-size: x-small;
                       border-bottom: 1px solid #666;
                       text-align: left;
                       font-weight: bold;
                       text-transform: uppercase;
                       padding: 0px;
                       margin-top: 5px;
                       letter-spacing: .3em;
                       }

#wp-calendar td {
                  text-align: center;
}

#wp-calendar #today {
                      border: #999 1px solid;
                      color: #fff;
                      }

#wp-calendar th {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar table {
                  padding: 2px;
                  border-collapse: collapse;
                  border: 0px;
                  width: 90%;
                  }

/* Comments template */

#comments {
            padding: 10px 10px 15px 15px;
            }

#comments p {
              font: normal 11px 'Trebuchet MS', Verdana, sans-serif;
              color: #333;
              font-weight: normal;
              text-align: justify;
              margin-bottom: 10px;
              }

h2#comments {
              font-family: 'Trebuchet MS', Verdana, sans-serif;
              font-size: small;
              font-weight: bold;
              border: 0px;
              padding-bottom: 2px;
              padding-left: 0;
              margin-left: 0;
              }

h2#comments a {
                text-decoration: none;
                }

#postcomment h2 {
			font-family: 'Trebuchet MS', Verdana, sans-serif;
              font-size: small;
              font-weight: bold;
              border: 0px;
              padding-bottom: 2px;
              padding-left: 0;
              margin-left: 0;
              }

h2#postcomment a {
                text-decoration: none;
                }

ol.commentlist {
	font-size: small;
}

img.wp-smiley {
	  padding: 0;
	  border: 0px;
}

.english {
	 border: 1px #ccc solid;
	 margin: 10px;
	 padding: 4px;
}

img.alignleft {
               float: left;
               margin: 2px 7px 0 0;
               display: inline;
               }

img.alignright {
               float: right;
               margin: 0 0 3px 7px;
               display: inline;
               }
.rss {
	margin-left: 10px;
}
.rss a{
		text-decoration: none;
}